home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / qw12.exe / QWHITE12.EXE / NINSTALL.TEC < prev    next >
Text File  |  1990-10-08  |  7KB  |  174 lines

  1. ID:NI Networks & Multiple DESQview Users
  2. Quarterdeck Technical Note
  3. by Dan Sweeney
  4.  
  5. Q: ?    Can multiple users use DESQview from 1 master copy on a Novell
  6.     dedicated file server ?
  7.  
  8. A:.    Yes. Follow this procedure after you have read Appendix C
  9.         of the DESQview manual. 
  10.  
  11. Legal Considerations
  12.  
  13.     Your license agreement specifically prohibits you from assigning
  14.     or transferring DESQview to any other person. You are bound by the
  15.     terms of this license agreement when you use DESQview on a network.
  16.     EACH and EVERY INDIVIDUAL USER OF DESQview on ANY network MUST 
  17.     have purchased (or otherwise legally acquired) a copy of DESQview
  18.     and MUST have a DESQview manual. 
  19.  
  20. Operational Considerations
  21.  
  22.     MAPPING. Novell's MAP INSERT can be used inside DESQview. However we 
  23.         recommend that Search Drive mapping be done from within the login 
  24.     script prior to starting DESQview. Search drives (Z:, Y:, X:, ...) 
  25.         should never be used to change directories on the network inside 
  26.     DESQview. If a user issues the change directory command from within 
  27.         a DESQview window on a search mapped drive the new value entered 
  28.     (ie cd\data) is globally applied to all DESQview windows. This can 
  29.         cause application programs that use overlays to fail as the search 
  30.     map no longer points to the correct directory.  DESQview will 
  31.         remember the correct subdirectory on MAPped drives which are not 
  32.         search drives (F:, G:, H:, ...).
  33.  
  34.     PRINTING. A user can run Novell's CAPTURE command from within batch
  35.     files or from the keyboard within a DESQview window. If the user
  36.     runs CAPTURE in one window and then reruns CAPTURE in another window
  37.     the previous CAPTURE command is lost. It is best to set up your
  38.     default CAPTURE(s) from within the user login script prior to loading
  39.     DESQview. 
  40.  
  41.     SWAPPING. In the case where a workstation doesn't have or has 
  42.     run out of exPANded memory DESQview's default is to swap to the
  43.     directory where DESQview was started from. The user should have
  44.     both create and delete rights in his default DESQview directory.
  45.     If you have limited the users' network drive disk space DESQview
  46.     may post an error message when the user attempts to switch windows.
  47.     A DESQview SWAP file is typically as large as the amount of memory 
  48.         allocated to the program in the PIF file plus 10 to 16K. For 
  49.         programs that use exPANded memory this can vary quite a bit. Be sure 
  50.         to allow the user enough disk space to accommodate these swap files.
  51.         
  52.         SUPPORT. Each user MUST use the SERIAL NUMBER FROM THEIR COPY of 
  53.         DESQview when contacting Quarterdeck Technical Support. 
  54.  
  55.         Appendix C suggests that you may "share" the portions of DESQview
  56.         which are not unique to an individual.  This example shows how this 
  57.         might be done. The example lists the structure of directories and 
  58.     files on a Netware file server named QDECK, the user's name will be 
  59.     FRANK.  
  60.  
  61.       SYS:
  62.         ├── SYSTEM
  63.         ├── PUBLIC
  64.         ├── MAIL
  65.         ├── LOGIN
  66.         ├── USERS
  67.         ├── PROGRAMS
  68.         └── DATA
  69.  
  70.     Step 1.    Create a DESQview directory as a subdirectory of programs.
  71.  
  72.     Step 2.    Install DESQview into  SYS:PROGRAMS/DESQview. 
  73.  
  74.     Step 3.    Create the FRANK\DV directory as a subdirectory of USERS.
  75.  
  76.     Step 4. COPY these files from the DESQview diskette into FRANK\DV
  77.     
  78.     DESQVIEW.DIR    DVSETUP.COM    *.DVP
  79.     DESQVIEW.DVH    INSTLADD.COM    
  80.     AU-LOAD.COM    FW-LOAD.COM    
  81.     LT-LOAD.COM    MM-LOAD.COM    
  82.     PX-LOAD.COM    WS-LOAD.COM
  83.     DESQVIEW.DVO    INSTLAC.COM
  84.     LS-LOAD.COM    MS.COM
  85.  
  86.         Step 5. Delete the above files from SYS:PROGRAMS/DESQview
  87.  
  88.     Step 6.    Create or modify user FRANK's login script similar
  89.     to example below.
  90.  
  91.     FRANK's Login script looks like this:
  92.  
  93.     MAP *1:=SYS:USERS/%LOGIN_NAME/DV     ;places user in their DV directory
  94.     MAP P:=QDECK/SYS:DATA/PDOXDATA       ;required for Paradox
  95.     MAP S14:=QDECK/SYS:PROGRAMS/PARADOX  ;search map for Paradox
  96.     MAP S15:=QDECK/SYS:PROGRAMS/DESQview ;search map for DESQview
  97.     MAP S16:=QDECK/SYS:PUBLIC            ;search map to Public directory 
  98.                          ;to keep Netware's default map
  99.                                             ;from modifying your path
  100.  
  101.     Step 7.    Login to the network as FRANK
  102.  
  103.     Step 8.    Make sure you are in the directory \USERS\FRANK\DV. 
  104.     Type AUTOINST X: and press enter (substitute the drive letter 
  105.     ie F:, G:, ... for X). Repeat this step for each drive the user 
  106.     has access to.
  107.  
  108.  
  109.     Step 9.    From the FRANK\DV directory type SETUP and press enter. 
  110.     You may choose either simple or advanced setup. The setup program    
  111.     will create a file named DVSETUP.DV in the FRANK\DV directory. This
  112.     file is specific to the user FRANK and the workstation's hardware
  113.     configuration (ie EGA monitor, allow swapping etc). If FRANK were to
  114.     change his video adapter from EGA to VGA SETUP should be run again
  115.     prior to starting DESQview. If FRANK were to login from another
  116.     workstation that didn't match the video and mouse settings in his
  117.     DVSETUP.DV problems may occur. 
  118.  
  119.     Your directory structure should now look similar to the example.
  120. SYS:
  121.     ├─ SYSTEM
  122.     ├─ PUBLIC
  123.     ├─ MAIL
  124.     ├─ LOGIN
  125.     ├─ USERS
  126.     │  │
  127.     │  └─ FRANK   
  128.     │      └─ DV  (files)
  129.     │         └─ DESQVIEW.DIR
  130.     │            INSTLAC.COM
  131.     │            DVSETUP.COM
  132.     │            DESQVIEW.DVO
  133.     │            DESQVIEW.DVH
  134.     │            DVSETUP.DV
  135.     │            AU-LOAD.COM   ;Loader file for Autocad
  136.     │            FW-LOAD.COM   ;Loader file for Framework
  137.     │            LS-LOAD.COM   ;Loader file for Lotus release 2-2.01
  138.     │            LT-LOAD.COM   ;Loader file for Lotus release 1
  139.     │            MM-LOAD.COM   ;Loader file for Multi-Mate
  140.     │            PX-LOAD.COM   ;Loader file for Paradox release 2-2.01
  141.     │            WS-LOAD.COM   ;Loader file for Wordstar
  142.     │            L2-PIF.DVP    ;PIF for Lotus
  143.     │            P2-PIF.DVP    ;PIF for Paradox
  144.     │          MS-PIF.DVP    ;PIF for Memory Status
  145.     │            AP-PIF.DVP    ;PIF for Add a Program
  146.     │            CP-PIF.DVP    ;PIF for Change & Delete a program        
  147.     │            DS-PIF.DVP    ;PIF for Dos Services
  148.     │            SS-PIF.DVP    ;PIF for Sample Spreadsheet
  149.     │            SD-PIF.DVP    ;PIF for Sample Document
  150.     │
  151.     │                          ;PIF stands for Program Information File.
  152.     │                          
  153.     ├── PROGRAMS           
  154.     │    │
  155.     │    ├─ DESQview
  156.     │    │    └─────── (Install DESQview to this directory)
  157.     │    │               
  158.     │    ├─ PARADOX
  159.     │    │    └─────── (program files for Paradox)
  160.     │    └─ LOTUS 
  161.     │         └─────── (program files for Lotus)
  162.     │        
  163.     └── DATA   
  164.          │       
  165.          ├─ PDOXDATA
  166.          │    └─────── (Database files for Paradox)
  167.          └─ 123DATA             
  168.               └─────── (Worksheet files for Lotus)
  169.  
  170.     FRANK should then start DESQview from the \FRANK\DV directory.
  171.  
  172.         Copyright (C) 1990 by Quarterdeck Office Systems
  173.              * * *   E N D   O F   F I L E    * * * 
  174.